Spread Windows Forms 12.0 Product Documentation
ActionResult<T> Constructor(String,Type)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure > ActionResult<T> Constructor : ActionResult<T> Constructor(String,Type)
The details information of executing action.
The details type of exception
Initializes an action failed result.
Syntax
'Declaration
 
Public Function New( _
   ByVal details As String, _
   ByVal exceptionType As Type _
)
'Usage
 
Dim details As String
Dim exceptionType As Type
 
Dim instance As New ActionResult(Of T)(details, exceptionType)
public ActionResult<T>( 
   string details,
   Type exceptionType
)

Parameters

details
The details information of executing action.
exceptionType
The details type of exception
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members
Overload List